From ece2f61c38df8b3364c087b715268d3f9bb29593 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 14 Aug 2024 18:04:10 -0500 Subject: [PATCH] Depends on the wtforms package --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edd4f09..d8d6497 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,8 @@ install_requires = [ 'pgwui_common==' + version, 'psycopg', 'pyramid', - 'attrs' + 'attrs', + 'wtforms', ] # -- 2.34.1